home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.262/libio/strstrea.cc Sun Dec 18 18:48:10 1994
- --- src/libgplus.262/libio/strstrea.cc Sun Dec 18 18:48:24 1994
- ***************
- *** 27,33 ****
- --- 27,37 ----
- #ifdef __GNUG__
- #pragma implementation
- #endif
- + #ifndef __MSDOS__
- #include "iostreamP.h"
- + #else
- + #include "iostreaP.h"
- + #endif
- #include "strstream.h"
- #include <string.h>
-
-